home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / subst < prev    next >
Text File  |  1991-04-23  |  968b  |  25 lines

  1.                                    SUBST
  2.                   Refer to a directory as a virtual drive
  3.                           See also <ASSIGN> <JOIN>
  4.  
  5. COMMAND TYPE: External                  VERSION: 3.1 and up
  6.  
  7. USE: SUBST [d:] [d:path] [/D]
  8.  
  9. d:     specifies the drive letter that you will use as a substitute
  10.        for a particular drive and path.  This cannot be the default drive.
  11. d:path specifies the drive letter and path that you will refer to with a
  12.        the new drive name.
  13. /D     deletes a substitution.  You must also specify the drive letter of
  14.        the drive whose substitution you want to delete.
  15.  
  16. Without any arguments, SUBST reports all currently SUBSTituted drives.
  17.  
  18. EXAMPLE: SUBST J: C:\DOS
  19. will allow you to treat the directory C:\DOS as a drive.  After
  20. executing this SUBST command, DIR J: and DIR C:\DOS would give
  21. identical results.
  22.  
  23. EXAMPLE: SUBST J: /D
  24. will delete the substitution created in the previous example.
  25.